home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the timer < 1000 then
- unloadMember("JRpicture")
- unloadMember("JRvol1")
- unloadMember("JRvol2")
- unloadMember("JRvol3")
- if the loaded of member "JRspectext" = 0 then
- preloadMember("JRspectext")
- end if
- go(the frame)
- else
- go(the frame + 1)
- end if
- end
-
- on mouseUp
- go(58)
- end
-